home *** CD-ROM | disk | FTP | other *** search
- IBCLR(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- IIBBCCLLRR, IIIIBBCCLLRR, JJIIBBCCLLRR, KKIIBBCCLLRR - Clears one bit
-
- SSYYNNOOPPSSIISS
- IIBBCCLLRR (([II==]_i, [PPOOSS==]_p_o_s))
- IIIIBBCCLLRR (([II==]_i, [PPOOSS==]_p_o_s))
- JJIIBBCCLLRR (([II==]_i, [PPOOSS==]_p_o_s))
- KKIIBBCCLLRR (([II==]_i, [PPOOSS==]_p_o_s))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- Fortran extensions: IIIIBBCCLLRR, JJIIBBCCLLRR, KKIIBBCCLLRR
-
- DDEESSCCRRIIPPTTIIOONN
- The IIBBCCLLRR, IIIIBBCCLLRR, JJIIBBCCLLRR, and KKIIBBCCLLRR intrinsic functions clear one
- bit to zero. They accept the following arguments:
-
- _i Must be of type integer. For IIIIBBCCLLRR, must be of type
- integer (KIND=2). For JJIIBBCCLLRR, must be of type integer
- (KIND=4). For KKIIBBCCLLRR, must be of type integer (KIND=8).
-
- _p_o_s Must be of type integer. It must be nonnegative and less
- than BBIITT__SSIIZZEE (_i).
-
- These are elemental functions. The names of these intrinsics cannot
- be passed as arguments.
-
- RREETTUURRNN VVAALLUUEESS
- The result type and type parameter are the same as _i. The result has
- the value of the sequence of bits of _i, except that bit _p_o_s of _i is
- set to zero.
-
- The bit model defines the interpretation of an integer value as a
- sequence of bits. For more information on the bit model, see the
- MMOODDEELLSS(3I) man page.
-
- EEXXAAMMPPLLEESS
- IIBBCCLLRR((1144,, 11)) has the result 12.
-
- If VV has the value [1, 2, 3, 4], the value of IIBBCCLLRR((PPOOSS == VV,, II == 3311))
- is [29, 27, 23, 15].
-
- SSEEEE AALLSSOO
- MMOODDEELLSS(3I)
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-